Hello everyone,
I am writing a command that I would like to distribute. I would like to be able to use the location of the main ado file in my code. It's easy to find using the bult-in command which.
However, I don't know how to store the output of which in a local macro. Is it possible? And if not, any idea on how to proceed? Thank you very much.
I am writing a command that I would like to distribute. I would like to be able to use the location of the main ado file in my code. It's easy to find using the bult-in command which.
Code:
. which mycommand c:\ado\personal\mycommand.ado
Comment